home *** CD-ROM | disk | FTP | other *** search
/ Enter 2006 February / enter-2006-02.iso / files / easy2do_setup.exe / {app} / docs / skin / print.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2005-10-09  |  1.1 KB  |  53 lines

  1. /*
  2.  
  3. * Copyright 2002-2004 The Apache Software Foundation
  4.  
  5. *
  6.  
  7. * Licensed under the Apache License, Version 2.0 (the "License");
  8.  
  9. * you may not use this file except in compliance with the License.
  10.  
  11. * You may obtain a copy of the License at
  12.  
  13. *
  14.  
  15. *     http://www.apache.org/licenses/LICENSE-2.0
  16.  
  17. *
  18.  
  19. * Unless required by applicable law or agreed to in writing, software
  20.  
  21. * distributed under the License is distributed on an "AS IS" BASIS,
  22.  
  23. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  24.  
  25. * See the License for the specific language governing permissions and
  26.  
  27. * limitations under the License.
  28.  
  29. */
  30.  
  31. body {
  32.  
  33.   font-family: Georgia, Palatino, serif;
  34.  
  35.   font-size: 12pt;
  36.  
  37.   background: white;
  38.  
  39. }
  40.  
  41.  
  42.  
  43. #tabs,
  44.  
  45. #menu,
  46.  
  47. #content .toc {
  48.  
  49.   display: none;
  50.  
  51. }
  52.  
  53.  
  54.  
  55. #content {
  56.  
  57.   width: auto;
  58.  
  59.   padding: 0;
  60.  
  61.   float: none !important;
  62.  
  63.   color: black;
  64.  
  65.   background: transparent;
  66.  
  67. }
  68.  
  69.  
  70.  
  71. a:link, a:visited {
  72.  
  73.   color: #336699;
  74.  
  75.   background: transparent;
  76.  
  77.   text-decoration: underline;
  78.  
  79. }
  80.  
  81.  
  82.  
  83. #top .logo {
  84.  
  85.   padding: 0;
  86.  
  87.   margin: 0 0 2em 0;
  88.  
  89. }
  90.  
  91.  
  92.  
  93. #footer {
  94.  
  95.   margin-top: 4em;
  96.  
  97. }
  98.  
  99.  
  100.  
  101. acronym {
  102.  
  103.   border: 0;
  104.  
  105. }